home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / programm.ing / winlib.lzh / WINLIB / TEXTLEFT.MOU < prev    next >
Encoding:
Text File  |  1994-03-14  |  376 b   |  16 lines

  1. /* Mouse definition block */
  2.  
  3. TEXTLEFT_MOUSE =
  4. {    0x0007,0x0007,0x0001,0x0000,0x0001,
  5. /* Mask data */
  6.     0x7E7E,0x7FFE,0x07E0,0x1FC0,
  7.     0x37C0,0x67C0,0xC7C0,0x87C0,
  8.     0x87C0,0xC7C0,0x67C0,0x37C0,
  9.     0x1FC0,0x0FE0,0x7FFE,0x7E7E,
  10. /* Cursor data */
  11.     0x3C3C,0x0660,0x03C0,0x0180,
  12.     0x0980,0x1980,0x3980,0x7980,
  13.     0x7980,0x3980,0x1980,0x0980,
  14.     0x0180,0x03C0,0x0660,0x3C3C
  15. };
  16.